Carousel.insert

Inserts @child into @self at position @position.

If position is -1, or larger than the number of pages, @child will be appended to the end.

class Carousel
void
insert

Parameters

child Widget

a widget to add

position int

the position to insert @child at

Meta